ComponentOne FlexGrid for WinForms
ApplySort Method

C1.Win.C1FlexGrid Namespace > SortableBindingList<T> Class : ApplySort Method
The System.ComponentModel.ListSortDescriptionCollection containing the sorts to apply to the data source.
Sorts the data source based on the given System.ComponentModel.ListSortDescriptionCollection.
Syntax
'Declaration
 
Public Sub ApplySort( _
   ByVal sorts As ListSortDescriptionCollection _
) 
public void ApplySort( 
   ListSortDescriptionCollection sorts
)

Parameters

sorts
The System.ComponentModel.ListSortDescriptionCollection containing the sorts to apply to the data source.
See Also

Reference

SortableBindingList<T> Class
SortableBindingList<T> Members